bbcode_parse

Syntax:

bbcode_parse(string, normal, bold, italic, bolditalic)

Arguments:

Argument Name Type Description
stringstringstring of BBCode to parse
normalfont(default = undefined) font to use for normal text
boldfont(default = undefined) font to use for bold text
italicfont(default = undefined) font to use for italicised text
bolditalicfont(default = undefined) font to use for bold and italicized text

Returns: (array)

Description:

Loading page...

Back: BBCode
Next: bbcode_render